home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / lchat.zip / READ.ME < prev   
Text File  |  1993-05-18  |  2KB  |  34 lines

  1. Purpose:  With the new group chat of PCBoard you no longer have to specify
  2.           a node number you wish to chat with.  Some people have found it
  3.           confusing to type CHAT;G to join chat or find it not very
  4.           intuitive.  This PPE file will override all the prompts and put
  5.           the caller directly into channel 1.
  6.  
  7. Install:  To install this PPE file, simply add it to your CMD.LST file
  8.           in PCBSetup | File Locations | Configuration Files.  Your
  9.           entry might look like this:
  10.           
  11.             Command     Security  PPE/MNU File -or- Keystroke Replacement
  12.         ══════════════  ════════  ═══════════════════════════════════════
  13.      1) CHAT                0     C:\PCB\PPE\CHAT.PPE
  14.  
  15. This would overload the normal CHAT command and let the PPE handle all
  16. of the processing.
  17.  
  18. NOTE:  You could also replace the NODE command since it is a synonym for
  19. the CHAT command.  If you wished to do this, you would simply make two
  20. entries in the CMD.LST file:
  21.  
  22.             Command     Security  PPE/MNU File -or- Keystroke Replacement
  23.         ══════════════  ════════  ═══════════════════════════════════════
  24.      1) CHAT                0     C:\PCB\PPE\CHAT.PPE
  25.      2) NODE                0     C:\PCB\PPE\CHAT.PPE                
  26.      
  27. The source code is included as CHAT.PPS should you need to make any
  28. modifications.  However, be aware that you do need to have the PPL
  29. Compiler to actually create the compiled file.
  30.  
  31. Steve C.
  32. CDC Tech.
  33. Redone by Bill Martin, Lightning System III to override all the prompts.
  34.